feat: add spec-kit-fixit extension to community catalog#2024
Conversation
6e3669f to
0a0d634
Compare
There was a problem hiding this comment.
Pull request overview
Adds the new spec-kit-fixit community extension to Spec Kit’s community extension listings, keeping the extension catalog and documentation in sync.
Changes:
- Added a new
fixitentry toextensions/catalog.community.json(kept in alphabetical order by extension id). - Added a corresponding “Fixit Extension” row to the Community Extensions table in
README.md. - Bumped the community catalog
updated_attimestamp to2026-03-30T00:00:00Z.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds Fixit to the Community Extensions table so users can discover it from the main docs. |
| extensions/catalog.community.json | Registers the Fixit extension metadata in the community catalog and updates the catalog timestamp. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
0a0d634 to
5d22c38
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
5d22c38 to
33b91e3
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
33b91e3 to
40e7cb7
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
Comments suppressed due to low confidence (3)
extensions/catalog.community.json:379
- This entry key is no longer indented to match surrounding extension entries (e.g.,
"extensify"above). Please restore the standard indentation for keys underextensionsto avoid a formatting regression in the catalog.
},
"fix-findings": {
"name": "Fix Findings",
extensions/catalog.community.json:396
"hooks": 1is missing indentation inside theprovidesobject, which makes the JSON formatting inconsistent and harder to scan. Please reformat this block to match the surrounding indentation.
"provides": {
"commands": 1,
"hooks": 1
},
extensions/catalog.community.json:408
"created_at"is missing indentation compared to the other fields in this object. Please reformat this line (and any adjacent lines) to match the file’s standard 2-space indentation.
"stars": 0,
"created_at": "2026-04-01T00:00:00Z",
"updated_at": "2026-04-01T00:00:00Z"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback. And then would should be ready
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thank you! |
Description
Add the spec-kit-fixit community extension to the catalog. Fixit provides spec-aware bug fixing — maps bugs to spec artifacts, proposes a plan, and applies minimal changes.
Changes:
fixitentry toextensions/catalog.community.json(alphabetical order)README.mdTesting
AI Disclosure
AI was used to draft the fixit command.